Uses of Class
nl.justobjects.pushlet.core.Command

Packages that use Command
nl.justobjects.pushlet.core   
 

Uses of Command in nl.justobjects.pushlet.core
 

Methods in nl.justobjects.pushlet.core that return Command
static Command Command.create(Session aSession, Event aReqEvent, javax.servlet.http.HttpServletRequest aHTTPReq, javax.servlet.http.HttpServletResponse aHTTPRsp)
          Create new Command object.
 

Methods in nl.justobjects.pushlet.core with parameters of type Command
 void Controller.doCommand(Command aCommand)
          Handle command.
 void Subscriber.fetchEvents(Command aCommand)
          Get events from queue and push to client.